Skip to main content
POST
/
v1
/
tag
[TBC] /publisher
curl --request POST \
  --url https://api.tagdeliver.com/v1/tag \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "dupe_configs": true,
  "dupe_from": 123,
  "targets": [
    {
      "domain": "<string>",
      "label": "<string>"
    }
  ]
}'
{
  "uids": [
    {
      "uid": 18984,
      "domain": "test.jamiedruce.io",
      "label": "",
      "display_name": null
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
dupe_from
integer
required

UIS of publisher to make copy of

targets
object[]
required

New target to be created

dupe_configs
boolean

If supe_from is set, should the configs be copied across to?

Response

200 - application/json
uids
object[]
required
success
boolean
required